extends AbstractBranchFolder
Properties
| Name | Returns | Notes | Example |
|---|---|---|---|
| parent | CommonCollectionResource | ||
| name | String | ||
| body | String | ||
| domainName | String | ||
| externalUrl | String | ||
| title | String | ||
| auctionType | String | ||
| auctionStartDate | Date | ||
| auctionEndDate | Date | ||
| currentBidCount | int | ||
| description | String | ||
| currentBidValue | BigDecimal | ||
| auctionStartValue | BigDecimal | ||
| createdBy | ProfileBean | ||
| winningBid | AuctionBidBean | ||
| wonBy | ExtProfileBean | ||
| auctionState | String | Get the current state of the auction | |
| biddingState | String | Get the bid status of the current user | |
| userBidCount | long | Get the bid count for the current user | |
| auctionBidCount | long | Get the total bids for the auction | |
| bidHistory | List | Get a list of the 5 most recent bids | |
| selectedGroups | List | Get a list of groups that have access to this auction | |
| auctionSite | Website | ||
| nodeMeta | NodeMeta | ||
| imageHrefs | List | Returns a list of image hrefs | |
| images | List | Returns a list of Image objects See {@link AuctionFolder.Image} | |
| sku | String | ||
| primaryImageHref | String | ||
| primaryImageId | Long | ||
| wSUri | String | ||
| bestDefaultImageHref | String | ||
| bestSquareImageHref | String | ||
| bestVerticalImageHref | String | ||
| bestHorizontalImageHref | String |
Hide comments